home *** CD-ROM | disk | FTP | other *** search
- {image conversion utility. }
-
- program Im_cvrt;
- uses
- Forms,
- Bimage in 'BIMAGE.PAS' {Form1},
- Bfullscr in 'BFULLSCR.PAS' {FullSlide},
- Babout in 'BABOUT.PAS' {AboutBox};
-
- {$R *.RES}
-
- begin
- Application.CreateForm(TForm1, Form1);
- Application.CreateForm(TFullSlide, FullSlide);
- Application.CreateForm(TAboutBox, AboutBox);
- Application.Run;
- end.
-
- delete this line after you added the component (Just wanted your attention)
-
- {The tmultiimage component can be downloaded from CIS delphi, it is
- packed in the IMAGELIB.ZIP}
-
-